Global.Bool


Accessor for boolean global

prototype bool Global.Bool( string name );

Parameters:
name : Name of the global to retrieve.

Return value:
Returns the boolean value of the global.

Notes:
Returns false if the global doesn't exist.

See also:
Global.Int, Global.Float, Global.Handle, Global.String, Global.List, Global.Set.